Markov model

Terms from Artificial Intelligence: humans at the heart of algorithms

The glossary is being gradually proof checked, but may have typos and misspellings.

A Markov model is a stochastic process where the probability of each step in the sequence is dependent only on the previous step, or in the case of higher-order Markov models the last n-steps. Markov models are frequently shown as matrices where each entry in the matrix Mik represents the conditional probability that if the current state is i, then the next state will be k.

Used in page xiii; Chap. 14: pages 207, 208, 209, 210

Used in glossary entries: conditional probability, stochastic process